Skip to main content

Indices and Surds

Subject: Additional Mathematics
Topic: 4
Cambridge Code: 4037 / 0606


Indices (Exponents)

Index/Exponent - Power to which a number is raised

Basic Notation

an=a×a×a××a(n times)a^n = a \times a \times a \times \cdots \times a \quad (n \text{ times})

where aa is the base and nn is the index


Laws of Indices

Law 1: Multiplication

am×an=am+na^m \times a^n = a^{m+n}

Example: 23×25=23+5=28=2562^3 \times 2^5 = 2^{3+5} = 2^8 = 256

Law 2: Division

aman=amn\frac{a^m}{a^n} = a^{m-n}

Example: 3734=374=33=27\frac{3^7}{3^4} = 3^{7-4} = 3^3 = 27

Law 3: Power of a Power

(am)n=amn(a^m)^n = a^{mn}

Example: (23)2=23×2=26=64(2^3)^2 = 2^{3 \times 2} = 2^6 = 64

Law 4: Power of a Product

(ab)n=anbn(ab)^n = a^n b^n

Example: (2×3)2=22×32=4×9=36(2 \times 3)^2 = 2^2 \times 3^2 = 4 \times 9 = 36

Law 5: Power of a Quotient

(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}

Example: (23)2=49\left(\frac{2}{3}\right)^2 = \frac{4}{9}

Law 6: Zero Exponent

a0=1(a0)a^0 = 1 \quad (a \neq 0)

Example: 50=15^0 = 1

Law 7: Negative Exponent

an=1ana^{-n} = \frac{1}{a^n}

Example: 23=182^{-3} = \frac{1}{8}

Law 8: Fractional Exponent

amn=amn=(an)ma^{\frac{m}{n}} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m

Example: 823=823=643=48^{\frac{2}{3}} = \sqrt[3]{8^2} = \sqrt[3]{64} = 4


Fractional Indices

Square Root

a12=aa^{\frac{1}{2}} = \sqrt{a}

Cube Root

a13=a3a^{\frac{1}{3}} = \sqrt[3]{a}

General Form

a1n=ana^{\frac{1}{n}} = \sqrt[n]{a}

Combined Form

amn=amna^{\frac{m}{n}} = \sqrt[n]{a^m}

Example Calculations

1634=1634=4096416^{\frac{3}{4}} = \sqrt[4]{16^3} = \sqrt[4]{4096}

Or alternatively: 1634=(1614)3=23=816^{\frac{3}{4}} = (16^{\frac{1}{4}})^3 = 2^3 = 8


Surds (Radicals)

Surd - An irrational number containing a root that cannot be simplified to a rational number

Types of Surds

2,3,5,23,34, etc.\sqrt{2}, \sqrt{3}, \sqrt{5}, \sqrt[3]{2}, \sqrt[4]{3}, \text{ etc.}

Note: 4=2\sqrt{4} = 2 is not a surd (it's rational)

Laws of Surds

Multiplication

a×b=ab\sqrt{a} \times \sqrt{b} = \sqrt{ab}

Example: 2×3=6\sqrt{2} \times \sqrt{3} = \sqrt{6}

Division

ab=ab\frac{\sqrt{a}}{\sqrt{b}} = \sqrt{\frac{a}{b}}

Example: 82=4=2\frac{\sqrt{8}}{\sqrt{2}} = \sqrt{4} = 2

Simplifying Surds

Separate perfect square factors from surds

Example 1: 12=4×3=23\sqrt{12} = \sqrt{4 \times 3} = 2\sqrt{3}

Example 2: 18=9×2=32\sqrt{18} = \sqrt{9 \times 2} = 3\sqrt{2}

Example 3: 50x2=25×2×x2=5x2\sqrt{50x^2} = \sqrt{25 \times 2 \times x^2} = 5x\sqrt{2}

Adding and Subtracting Surds

Can only combine like surds

Example 1: 23+53=732\sqrt{3} + 5\sqrt{3} = 7\sqrt{3}

Example 2: 8+2=22+2=32\sqrt{8} + \sqrt{2} = 2\sqrt{2} + \sqrt{2} = 3\sqrt{2}

Cannot combine: 2+3\sqrt{2} + \sqrt{3} (different surds)


Rationalizing Denominators

Rationalizing - Removing surds from denominator

Type 1: Single Surd in Denominator

Multiply by aa\frac{\sqrt{a}}{\sqrt{a}}

Example: 12=12×22=22\frac{1}{\sqrt{2}} = \frac{1}{\sqrt{2}} \times \frac{\sqrt{2}}{\sqrt{2}} = \frac{\sqrt{2}}{2}

Type 2: Sum or Difference with Surd

Use conjugate: multiply by abab\frac{a \mp b}{a \mp b}

Example: 21+3=21+3×1313\frac{2}{1+\sqrt{3}} = \frac{2}{1+\sqrt{3}} \times \frac{1-\sqrt{3}}{1-\sqrt{3}}

=2(13)13=2(13)2=(13)=31= \frac{2(1-\sqrt{3})}{1-3} = \frac{2(1-\sqrt{3})}{-2} = -(1-\sqrt{3}) = \sqrt{3}-1


Applications

Solving Equations with Indices

Example: Solve 2x=162^x = 16 2x=242^x = 2^4 x=4x = 4

Example: Solve 4x=184^x = \frac{1}{8} (22)x=23(2^2)^x = 2^{-3} 22x=232^{2x} = 2^{-3} 2x=32x = -3 x=32x = -\frac{3}{2}


Key Points to Remember

  1. Laws of indices are tools for simplification
  2. Fractional indices relate to roots: a1n=ana^{\frac{1}{n}} = \sqrt[n]{a}
  3. Surds are irrational roots
  4. Simplify surds by extracting perfect squares
  5. Combine like surds only
  6. Rationalize denominator where required

Worked Examples

Example 1: Simplify

Simplify a6b2a1b3\frac{a^6b^{-2}}{a^{-1}b^3}

=a6×a(1)×b2×b3= a^6 \times a^{-(-1)} \times b^{-2} \times b^{-3} =a6+1×b23= a^{6+1} \times b^{-2-3} =a7b5=a7b5= a^7b^{-5} = \frac{a^7}{b^5}

Example 2: Fractional Indices

Solve x23=4x^{\frac{2}{3}} = 4

Taking both sides to power 32\frac{3}{2}: (x23)32=432(x^{\frac{2}{3}})^{\frac{3}{2}} = 4^{\frac{3}{2}} x=432=(412)3=23=8x = 4^{\frac{3}{2}} = (4^{\frac{1}{2}})^3 = 2^3 = 8

Example 3: Rationalize

Rationalize 325\frac{3}{2\sqrt{5}}

=325×55=3510= \frac{3}{2\sqrt{5}} \times \frac{\sqrt{5}}{\sqrt{5}} = \frac{3\sqrt{5}}{10}


Practice Questions

  1. Simplify:

    • (24)2×23(2^4)^2 \times 2^{-3}
    • x5y2x1y4\frac{x^5y^{-2}}{x^{-1}y^4}
  2. Simplify surds:

    • 24\sqrt{24}
    • 48x3\sqrt{48x^3}
  3. Rationalize:

    • 52\frac{5}{\sqrt{2}}
    • 132\frac{1}{3-\sqrt{2}}

Revision Tips

  • Remember all 8 laws of indices
  • Fractional indices = roots
  • Simplify surds by factoring
  • Rationalizing: multiply by conjugate if needed
  • Practice index equations